home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Better Homes & Gardens: …oking for Today - Chicken
/
Image.iso
/
pc
/
main.dxr
/
00653_ A-Z.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-20
|
250 b
|
16 lines
on mouseDown
global gVegiButton5
down(gVegiButton5)
end
on mouseUp
global gVegiButton5
if up(gVegiButton5) then
if the machineType = 256 then
resetScroll("Vegi A-ZPC")
else
resetScroll("Vegi A-Z")
end if
end if
end